home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / dskutil / colrboot.zip / V.BAT < prev    next >
DOS Batch File  |  1994-10-29  |  233b  |  7 lines

  1. @ECHO OFF
  2. REM This displays all .BIN files in the current directory
  3. REM Use %1 etc for options such as text/grid /P and /C
  4. REM The "undocumented" /F switch displays the filenames
  5.  
  6. FOR %%X IN (*.BIN) DO COLRBOOT %%X %1 %2 %3
  7. CLS